home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Games / PC-SIG World of Games (CDRM1080710) (1993).iso / ENT / DISK0789.ZIP / PRINTDOC.BAT < prev    next >
DOS Batch File  |  1987-04-29  |  978b  |  19 lines

  1. echo off
  2. cls
  3. Echo *  The document, CardHelp.Doc, is stored on the disk ready to  *
  4. Echo *  be printed to your printer.  If loaded to word processors   *
  5. Echo *  or other editors, the pages may not fall correctly on the   *
  6. Echo *  finished document.  It is reccomended that you use this     *
  7. Echo *  batch file which merely copys the file from disk to your    *
  8. Echo *  printer.                                                    *
  9. Echo *                                                              *
  10. Echo *  Please set the printer to 80 columns and start the first    *
  11. Echo *  tractor fed page for a top margin of zero (set the first    *
  12. Echo *  page perforation immediately above the print head).  When   *
  13. Echo *  you are ready hit any key to begin.  CardHelp.Doc is 15 pgs *
  14. Echo *                                                              *
  15. Echo *  To halt/abort this batch file, press Control-'C'.           *
  16. Echo   
  17. pause
  18. Copy CardHelp.Doc,Prn
  19.